GtkButtonBox doesn't do height-for-width
authorMatthias Clasen <mclasen@redhat.com>
Thu, 28 Oct 2010 18:22:46 +0000 (14:22 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 28 Oct 2010 18:25:50 +0000 (14:25 -0400)
commit7018c2acc7da8a7d3a363cc6ea2fd0f2d51d4451
tree2c0fe8ccc4cdc4873d87c2ae70202c48889917a5
parenta863697784649f5e04453665bee5b645ef54951f
GtkButtonBox doesn't do height-for-width

GtkButtonBox doesn't do height-for-width, therefore we should
explicitly set these methods to NULL instead of hoping that the
inherited GtkBox implementations work ok.
gtk/gtkbbox.c